home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
MS-DOS Interrupt List
/
inter60g
/
INT2IPF.ZIP
/
int2ipf.ibm
< prev
next >
Wrap
Text File
|
1997-04-06
|
431b
|
25 lines
# IBM Developer's Workframe/2 Make File
.SUFFIXES:
.SUFFIXES: .c .cpp .cxx
int2ipf.exe: \
int2ipf.obj \
int2ipf.def \
int2ipf.ibm
ICC.EXE @<<
/Q /B" /nologo /bat"
/Fe"int2ipf.exe" int2ipf.def
int2ipf.obj
<<
{.}.c.obj:
ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3 .\$*.c
{.}.cpp.obj:
ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3 .\$*.cpp
{.}.cxx.obj:
ICC.EXE /Tx+ /Tm- /Gd- /Q /O /C /G3 .\$*.cxx